_l_i_s_t Specifies the integer name of the first display list to delete.
_r_a_n_g_e Specifies the number of display lists to delete.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss causes a contiguous group of display lists to be deleted.
_l_i_s_t is the name of the first display list to be deleted, and _r_a_n_g_e is
the number of display lists to delete. All display lists _d with _l_i_s_t _< _d
_< _l_i_s_t + _r_a_n_g_e - 1 are deleted.
All storage locations allocated to the specified display lists are freed,
and the names are available for reuse at a later time. Names within the
range that do not have an associated display list are ignored. If _r_a_n_g_e
is 0, nothing happens.
EEEERRRRRRRROOOORRRRSSSS
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____VVVVAAAALLLLUUUUEEEE is generated if _r_a_n_g_e is negative.
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNN is generated if ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss is executed between
the execution of ggggllllBBBBeeeeggggiiiinnnn and the corresponding execution of ggggllllEEEEnnnndddd.